projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce3d8e
)
GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 Jun 2014 20:39:02 +0000
(16:39 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:55 +0000
(13:30 -0400)
This is an interface property, so all implementors will have
to adjust to this.
gtk/gtkcelleditable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcelleditable.c
b/gtk/gtkcelleditable.c
index 7302549dc677816f24e875135e6733c5304dee4e..1c9e2eb31456be430e28c20a8d87a795c0a7265c 100644
(file)
--- a/
gtk/gtkcelleditable.c
+++ b/
gtk/gtkcelleditable.c
@@
-51,7
+51,7
@@
gtk_cell_editable_default_init (GtkCellEditableInterface *iface)
P_("Editing Canceled"),
P_("Indicates that editing has been canceled"),
FALSE,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE
|G_PARAM_EXPLICIT_NOTIFY
));
/**
* GtkCellEditable::editing-done: